Description
Retrieve trace associated to a Chain or an Operation
Operation id | Traces.Get |
Category | Execution Context |
Label | Traces.getTrace |
Requires | |
Since | |
Parameters
Signature
Inputs | void |
Outputs | string |
Implementation Information
JSON Definition
{
"id" : "Traces.Get",
"label" : "Traces.getTrace",
"category" : "Execution Context",
"requires" : null,
"description" : "Retrieve trace associated to a Chain or an Operation",
"url" : "Traces.Get",
"signature" : [ "void", "string" ],
"params" : [ {
"name" : "index",
"description" : null,
"type" : "int",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "traceKey",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}